home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Users 1998 November
/
Cd users extra 14.iso
/
pshare
/
util
/
gc
/
data1.cab
/
Example_Files
/
Sample6.gc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-08-20
|
288 b
|
13 lines
Messagebox("This macro will demonstrate the repeat command, and Goto commands...")
GoTo(":SubRoutine1")
:Return1
GoTo(":TheExit")
:SubRoutine1
Repeat(MessageBox("This is a simple Message box that will repeated 5 times...."),5)
GoTo(":Return1")
:TheExit
MessageBox("Done.")